home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / Validation / Validation.subproj / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-17  |  853 b   |  42 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Validation
  11.  
  12. PROJECTVERSION = 1.1
  13. PROJECT_TYPE = Subproject
  14. LANGUAGE = English
  15.  
  16. CLASSES = EOAcceptsNullForScalarsObject.m KeyValueValidation.m\
  17.           ValidatingDelegate.m
  18.  
  19. HFILES = EOAcceptsNullForScalarsObject.h KeyValueValidation.h\
  20.          ValidatingDelegate.h
  21.  
  22. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  23.  
  24. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  25. MAKEFILE = subproj.make
  26. SOURCEMODE = 444
  27.  
  28. LIBS = 
  29. DEBUG_LIBS = $(LIBS)
  30. PROF_LIBS = $(LIBS)
  31.  
  32.  
  33.  
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/$(MAKEFILE)
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.